Make sure we only show icons in the file selector bookmarks toolbar
authorAlexander Larsson <alexl@redhat.com>
Wed, 2 Nov 2011 13:46:53 +0000 (14:46 +0100)
committerAlexander Larsson <alexl@redhat.com>
Wed, 2 Nov 2011 13:46:53 +0000 (14:46 +0100)
This looked really bad in non-gnome settings where default is to
show text too.

gtk/gtkfilechooserdefault.c

index 896b8781d4bd0bf0bd1d2824fc57127b41129d64..f4b099f38ec1132615f8e977d3bc067cf7f06736 100644 (file)
@@ -3663,6 +3663,7 @@ shortcuts_pane_create (GtkFileChooserDefault *impl,
   /* Box for buttons */
 
   toolbar = gtk_toolbar_new ();
+  gtk_toolbar_set_style (GTK_TOOLBAR (toolbar), GTK_TOOLBAR_ICONS);
   gtk_toolbar_set_icon_size (GTK_TOOLBAR (toolbar), GTK_ICON_SIZE_MENU);
 
   context = gtk_widget_get_style_context (toolbar);